home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / dev / ds5000.md / scsiC90.h < prev    next >
C/C++ Source or Header  |  1990-11-27  |  1KB  |  32 lines

  1. /*
  2.  * scsiC90.h --
  3.  *
  4.  *    Declarations of interface to the Sun SCSIC90 driver routines.
  5.  *
  6.  * Copyright 1989 Regents of the University of California
  7.  * Permission to use, copy, modify, and distribute this
  8.  * software and its documentation for any purpose and without
  9.  * fee is hereby granted, provided that the above copyright
  10.  * notice appear in all copies.  The University of California
  11.  * makes no representations about the suitability of this
  12.  * software for any purpose.  It is provided "as is" without
  13.  * express or implied warranty.
  14.  *
  15.  * $Header: /sprite/src/kernel/dev/sun4c.md/RCS/scsiC90.h,v 1.1 90/11/27 12:52:06 mgbaker Exp $ SPRITE (Berkeley)
  16.  */
  17.  
  18. #ifndef _DEVSCSIC90
  19. #define _DEVSCSIC90
  20.  
  21. #include "devInt.h" 
  22. #include "scsiDevice.h"
  23.  
  24. extern ClientData DevSCSIC90Init _ARGS_((DevConfigController *ctrlLocPtr));
  25. extern Boolean DevSCSIC90Intr _ARGS_ ((ClientData    clientDataArg));
  26. /* extern Boolean DevSCSIC90IntrStub(); */
  27. extern ScsiDevice   *DevSCSIC90AttachDevice _ARGS_ ((Fs_Device *devicePtr,
  28.     void (*insertProc) _ARGS_ ((List_Links *elementPtr,
  29.     List_Links *elementListHdrPtr))));
  30. #endif /* _DEVSCSIC90 */
  31.  
  32.